翻訳と辞書
Words near each other
・ Tiny Meat
・ Tiny Mills
・ Tiny Mirrors
・ Tiny Mix Tapes
・ Tiny Monroe
・ Tiny Moore
・ Tiny Moving Parts
・ Tiny Music... Songs from the Vatican Gift Shop
・ Tiny Osborne
・ Tiny Parham
・ Tiny Pictures
・ Tiny pipistrelle
・ Tiny Planets
・ Tiny Plastic Men
・ Tiny Pop
Tiny programming language
・ Tiny Rascal gang
・ Tiny Reed
・ Tiny Ron Taylor
・ Tiny Rowland
・ Tiny Ruins
・ Tiny Ruys
・ Tiny Sandford
・ Tiny scaled gecko
・ Tiny Sepuku
・ Tiny serotine
・ Tiny Smith
・ Tiny Software
・ Tiny sunbird
・ Tiny Tafel


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Tiny programming language : ウィキペディア英語版
Tiny programming language

Tiny is an extremely simple programming language used in computer science courses to teach compiler construction techniques to students.
The language itself is so basic that it only includes reading of integer numbers, addition and subtraction arithmetic operations, and displaying numerical values.
The grammar of the language follows:

-> BEGIN END
-> |
-> := ;
-> READ ( ) ;
-> WRITE ( ) ;
-> , |
-> , |
-> |
-> ( ) | | INT
-> + | -
-> ID

As can be deduced from this simplistic grammar, the language is of limited practical use, gaining the most value as a teaching aid.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Tiny programming language」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.